if service.click({
{"require "import"",
"import "com.androlua.*"",
},
{"local dialog = LuaDialog(this)",
"dialog.setTitle("test")",
"dialog.setButton("1", function()",
"  service.speak("Button 1 clicked")",
"end)",
"dialog.setButton2("2", function()",
"  service.speak("Button 2 clicked")",
"end)",
"dialog.show()",
"return true",
}
})
return true
end

return true
